home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ada / gwuada_5.zip / adaed / adaserve.tpl < prev    next >
Text File  |  1993-02-17  |  72b  |  8 lines

  1. LOOP
  2.     SELECT
  3.         ACCEPT $;
  4.     OR
  5.         TERMINATE;
  6.     END SELECT;
  7. END LOOP;
  8.